home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / pchelp.arc / DPATH.DOC < prev    next >
Encoding:
Text File  |  1984-11-24  |  1.8 KB  |  49 lines

  1.  
  2. DPATH gives programs a directory path search capability to
  3. find data files and program overlays.  This is especially
  4. useful for hard disks so that copies of overlays for programs 
  5. such as WordStar need not be kept in each directory where
  6. the program is used.
  7.  
  8. To use DPATH, download DPATH.BIN using XMODEM or another
  9. binary file transfer protocol, and rename it to DPATH.COM.
  10. Then type DPATH followed by a series of path names separated
  11. by semicolons (the same syntax as used by the DOS 2.X PATH
  12. command).  The first time DPATH is typed after booting,
  13. the message 'Resident part of DPATH loaded' appears and the
  14. size of DOS increases by 544 bytes.  After this, when a
  15. program opens a file for reading, the file will be searched
  16. for in the current directory.  If it is not in the current
  17. directory, it will be searched for in the directories
  18. specified in the last DPATH command (in the order that they
  19. were specified).  Files that are opened for writing will
  20. be opened in the current directory.
  21.  
  22. To set a new data path search, enter DPATH followed by a
  23. new list of paths.  Those new paths will replace the old
  24. ones.  If DPATH ; is entered, all search paths will be reset.
  25. If DPATH is entered with no argument, the current search
  26. paths are displayed.
  27.  
  28. Restrictions:
  29. DPATH will work with most (but not all) programs that are
  30. written to work under DOS 1.1.  It will not work with
  31. most programs that run only under DOS 2.X.  Whether a
  32. program works or not is determined by how it opens files
  33. that it uses.
  34.  
  35. Programs that are known to work with DPATH:
  36.   1.  WordStar (for overlays).
  37.   2.  Computer Innovations C86 compiler (for #include
  38.       files).
  39.  
  40. Programs that are known not to work with DPATH:
  41.   1.  IBM assembler (for include files).
  42.  
  43. If you would like to have me upload the source, please
  44. contact me.
  45.  
  46.                 David Micon 74216,2045
  47. 
  48.  
  49. 
  50. 
  51.